home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-03101.DIR / 00002.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  619 b   |  29 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(7) = 1 then
  4.     set the visible of sprite 7 to 1
  5.   else
  6.     set the visible of sprite 7 to 0
  7.   end if
  8.   if rollOver(8) = 1 then
  9.     set the visible of sprite 8 to 1
  10.   else
  11.     set the visible of sprite 8 to 0
  12.   end if
  13.   if rollOver(9) = 1 then
  14.     set the visible of sprite 9 to 1
  15.   else
  16.     set the visible of sprite 9 to 0
  17.   end if
  18.   if rollOver(10) = 1 then
  19.     set the visible of sprite 10 to 1
  20.   else
  21.     set the visible of sprite 10 to 0
  22.   end if
  23.   if rollOver(11) = 1 then
  24.     set the visible of sprite 11 to 1
  25.   else
  26.     set the visible of sprite 11 to 0
  27.   end if
  28. end
  29.